crypto/x509.policyGraphNode.children (field)
8 uses
crypto/x509 (current package)
verify.go#L1049: children map[*policyGraphNode]bool
verify.go#L1056: children: map[*policyGraphNode]bool{},
verify.go#L1060: p.children[n] = true
verify.go#L1079: children: map[*policyGraphNode]bool{},
verify.go#L1127: delete(p.children, n)
verify.go#L1129: for c := range n.children {
verify.go#L1158: if len(n.children) == 0 {
verify.go#L1160: delete(p.children, n)
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |